home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / Agency.mod next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.4 KB  |  45 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. </intro>
  14.     <!-- 
  15.         <![CDATA[
  16.         Specify an Agency.  This may be picked from a list, or specified
  17.         as a String if the Agency is not in the list.
  18.         
  19.         In typical use, it is referenced in a document definition as:
  20.         
  21.             <element type="Agency">
  22.         
  23.         If the Agency can be chosen from a standard list of agencies,
  24.         the XML instance will look like:
  25.  
  26.             <Agency AgencyID="CommerceOne" />
  27.             
  28.         If the Agency is non-standard, the XML will look like this:
  29.             <Agency AgencyOther="My Agency" />
  30.         ]]>
  31.      -->
  32.     
  33.     <elementtype name="Agency">
  34.         <empty/>
  35.  
  36.         <!--  An Agency chosen from a list of standard Agencies  -->        
  37.             <attdef datatype="AgencyCode" name="AgencyID" />
  38.  
  39.         <!--  If the AgencyID is Other (or not provided), the
  40.             Agency may be specified as a string. / -->        
  41.         <attdef datatype="string" name="AgencyOther" />
  42.     </elementtype>
  43.  
  44. </schema>
  45.